The getRenameText method returns the global renameText string for
the panel. It is usually called as a postCallback for the rename
event.
iiiiccccoooonnnn createString
The icon function will add a new icon to a panel. The createString
is a keyword:data list where the keywords are: NNNNaaaammmmeeee,,,, DDDDiiiissssppppllllaaaayyyyNNNNaaaammmmeeee,,,,
UUUUnnnniiiiqqqquuuueeeeNNNNaaaammmmeeee,,,, CCCCaaaatttteeeeggggoooorrrryyyy,,,, and TTTTyyyyppppeeee.... The known categories are: HHHHoooosssstttt,,,,
FFFFiiiilllleeee,,,, IIIIccccoooonnnnTTTTyyyyppppeeee,,,, and PPPPrrrriiiinnnntttteeeerrrr.... If the category is IconType then the
name field becomes the type of the icon, and the uniqueName field
The iconState function changes the icon visual display state for a
given icon. The state can be one of: ooooppppeeeennnneeeedddd,,,, ddddiiiissssaaaabbbblllleeeedddd,,,, llllooooccccaaaatttteeeedddd,,,,
sssseeeelllleeeecccctttteeeedddd,,,, ccccuuuurrrrrrrreeeennnntttt,,,, ddddrrrraaaaggggSSSSeeeelllleeeecccctttteeeedddd,,,, and ddddiiiissssaaaabbbblllleeeeddddSSSSeeeelllleeeecccctttteeeedddd.... If the state
string is prepended by a '!' character then the state is removed
from the icon.
lllliiiisssstttt [displayOption]
The list method will return all of the icons on a panel. By default
the uniqueName element of each icon is returned, but this can be
changed by the displayOption which can be: ----ddddiiiissssppppllllaaaayyyy to return the
displayName of each icon, or ----eeeennnnccccooooddddeeee to return the create string for
The selection method will return all of the icons on a panel that
have been selected. By default the uniqueName element of each icon
is returned, but this can be changed by the displayOption which can
be: ----ddddiiiissssppppllllaaaayyyy to return the displayName of each icon, or ----eeeennnnccccooooddddeeee to
return the create string for each icon.
sssseeeelllleeeecccctttt iconName
The select method will add an icon to the panel selection list, and
will change the state of the icon to selected.
vvvviiiieeeewwww viewOption
The view method changes how icons are displayed. The currently
available panel views are: LLLLiiiisssstttt,,,, IIIIccccoooonnnn,,,, CCCCoooolllluuuummmmnnnn,,,, TTTTrrrreeeeeeee,,,, and BBBBBBBBooooaaaarrrrdddd.....